Don't create or update the tracking rect in the window, move it to the
authorRichard Hult <richard@imendio.com>
Tue, 19 Jun 2007 22:09:56 +0000 (22:09 +0000)
committerRichard Hult <rhult@src.gnome.org>
Tue, 19 Jun 2007 22:09:56 +0000 (22:09 +0000)
commit0932e4be38f9f374d6681ce27c71aa62cb8b80f1
tree029a8433b11790641b7b53d263080375ee1e40d2
parent708dba5dc64b05e9c802629a861331dc0a920c3e
Don't create or update the tracking rect in the window, move it to the

2007-06-20  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkwindow-quartz.c (gdk_window_new):
* gdk/quartz/GdkQuartzWindow.c (windowDidResize): Don't create or
update the tracking rect in the window, move it to the view where
it belongs.

* gdk/quartz/GdkQuartzView.c (updateTrackingRect)
(viewDidMoveToWindow, viewWillMoveToWindow)
(setFrame, setBounds): Create and update the tracking rect here.

svn path=/trunk/; revision=18197
ChangeLog
gdk/quartz/GdkQuartzView.c
gdk/quartz/GdkQuartzView.h
gdk/quartz/GdkQuartzWindow.c
gdk/quartz/gdkwindow-quartz.c